GINO Graphics Suite - GINO v9.0  

SCREENS AND WORKSTATIONS

This section includes graphics screen, terminals and workstation devices.

Screen Output Filenames and Unit Numbers (Fortran only)

By default, all graphics output is sent directly to the screen using an implementation-dependent Fortran unit number. On OpenVMS and UNIX system, the screen output (except GLX and X Windows) can be sent to a file which can then be TYPEed or 'cat'ed at a later stage. If a file has not been opened, a file will be created with a default name depending on the system, such as FOR005.DAT on OpenVMS or eps.out under UNIX. A different unit number can be used by setting the relevant GINO configuration variable for that device, alternatively, the routine gSetDeviceFilename() can be used whereby the actual filename is specified and GINO will automatically select the next available unit number.

Screen Driver Configuration Settings

The following table lists all the available settings applicable to drivers in this screens section:

Device Driver Config. Variable Settings Default Description
gGlx GLXTITLE string   Window title if not set by gSetDeviceTitle()
gVT125 REGIS N (1-99) 6 F90 output channel for REGIS driver
gMwin NFERTR N (0-2) 0 Dialogue window iconized (0), visible (1), none (2)
gMwin MWINTITLE string   Window title if not set by gSetDeviceTitle()
gWogl NFERTR N (0-2) 0 Dialogue window iconized (0), visible (1), none (2)
gWogl WOGLTITLE string   Window title if not set by gSetDeviceTitle()
gWogl WOGLDEPTH N(16,24,32) 32 OpenGL depth buffer depth
gXwin XCOLS 1-256 64 Number of entries in colour palette
gXwin XWINTITLE string   Window title if not set by gSetDeviceTitle()